projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5dae6
)
gdk: Don't use NULL for integers
author
Benjamin Otte
<otte@redhat.com>
Wed, 15 Dec 2010 10:52:33 +0000
(11:52 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 15 Dec 2010 13:51:25 +0000
(14:51 +0100)
gdk/gdkdevice.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdevice.c
b/gdk/gdkdevice.c
index 1330d81bf3e7f524ec35f08b66bca1eb7ed94f97..6b9d108cab8d59699bbe5da021e85f7c0eb8d4f6 100644
(file)
--- a/
gdk/gdkdevice.c
+++ b/
gdk/gdkdevice.c
@@
-268,7
+268,7
@@
gdk_device_class_init (GdkDeviceClass *klass)
g_signal_new (g_intern_static_string ("changed"),
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
-
NULL
, NULL, NULL,
+
0
, NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);